home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / kernel / genfun.iv < prev    next >
Text File  |  1997-04-16  |  229b  |  18 lines

  1.  
  2. #ifndef    _GENFUN_IV
  3. #define    _GENFUN_IV
  4.  
  5.  
  6. typedef struct  _GenericFunction_iv_t  {
  7.     ofun * mc;
  8.     char * name;
  9.     int id;
  10.     int cache_idx;
  11.     int trace;
  12.     object next;
  13. }    GenericFunction_iv_t;
  14.  
  15. #endif    /*  _GENFUN_IV  */
  16.  
  17.  
  18.